other_R_code/old vignettes that need cleaning/search_data_structures.R

## ----setup, include = FALSE----------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(durhamevp)

## ----getarchivesearches, eval=TRUE---------------------------------------

archivesearches<-get_archivesearches()

knitr::kable(tail(archivesearches, 3))
gidonc/durhamevp documentation built on April 8, 2022, 10:31 a.m.